home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / fortran / fckdemo1.zip / MODDEV.DM < prev    next >
Text File  |  1994-04-12  |  1KB  |  27 lines

  1. \font\{Helv}\fontsize\{24}\bold\
  2. \color\{0}{255}{255}Module development#\bold\\nl\\nl\\fontsize\{14}
  3. \color\{255}{255}{255}
  4. During the Module Development stage in the Software Life Cycle, Forcheck#
  5. signals programming flaws and presents information on the usage of all#
  6. syntactic items. It validates the program unit (if requested) for#
  7. conformance to the Fortran 77 or Fortran 90 standard.#
  8. \nl\
  9. \nl\
  10. Forcheck detects substantially more programming errors than your#
  11. compiler does, so subsequent compilation won't raise#
  12. compilation error.#
  13. \nl\
  14. \nl\
  15. Forcheck flags for example:#\nl\
  16. -#\tab\illegal usage of data types#\nl\
  17. -#\tab\unassigned variables#\nl\
  18. -#\tab\loss of precision in calculations#\nl\
  19. -#\tab\transfer of control into DO-loops,#\nl\
  20. \tab\IF-THEN-ELSE blocks or CASE constructs#\nl\
  21. -#\tab\extension of common blocks through#\nl\
  22. \tab\equivalence#\nl\
  23. -#\tab\unreferenced labels or variables#\nl\
  24. \tab\(clutter)#\nl\
  25. -#\tab\unused dummy arguments#\nl\
  26. \end\
  27.